home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-11 | 385 bĀ | 25 lines | [TEXT/CWIE] |
- // TemperatureMain.cp -- Main
-
- #include "CTemperatureApp.h"
-
- #include <LGrowZone.h>
- #include <UDebugging.h>
- #include <UDrawingState.h>
- #include <UMemoryMgr.h>
-
- //----------
- void
- main()
- {
- SetDebugThrow_(debugAction_Alert);
- SetDebugSignal_(debugAction_Alert);
-
- InitializeHeap(3);
- UQDGlobals::InitializeToolbox(&qd);
-
- new LGrowZone(20000);
-
- CTemperatureApp theApp;
- theApp.Run();
- }
-